home *** CD-ROM | disk | FTP | other *** search
- /*====================================================================
- DBEntities
- ====================================================================*/
-
- #ifndef _DBENTITIES_H_
- #define _DBENTITIES_H_
-
- #ifndef _SIMPLELIST_H_
- #include <util/SimpleList.h>
- #endif
-
- @protocol DBEntities
- -database;
- -getProperties: (SimpleList *) aList;
- -(BOOL) matchesEntity: (id <DBEntities>) anEntity;
- -(const char *) entityName;
- -propertyNamed: (const char *) aName;
- @end
-
- #endif
-